dsh-go-balance:在 DSH Web 工具行查看 OpenCode Go 订阅余额
dsh-go-balance 是由 iamfromchangsha 开发并采用 MIT 许可证的 DSH Web 插件,旨在帮助用户在 DSH Web 界面中实时查看 OpenCode Go 订阅的配额剩余情况。该插件通过在输入框工具行右侧显示余额胶囊,展示滚动、每周及每月三个窗口的剩余百分比,支持悬停查看详情(如已用比例、重置时间及更新时间)。当任一窗口余额低于 30% 时胶囊变黄,低于 15% 时变红以警示低余额。 插件通过 API 密钥轮询获取数据,具备并发去重、错误脱敏、Origin 防护及速率限制等安全机制。API 密钥仅在主机进程内存中解析,不下发至浏览器或日志,确保安全性。安装需
Read Morexueayi/dsh-opencode-go-usage: View OpenCode Go Quota in DSH Web GUI
`@xueayi/dsh-opencode-go-usage` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), designed to address the pain point of developers frequently switching between web interfaces to check OpenCode Go quotas. The plugin retrieves data via the official API and provides a draggable floating dock in the DSH Web GUI, displaying real-time information on the 5-hour rolling, weekly, and monthly quota windows, remaining quota, and reset countdown. Core features include support for collapsible badges and expandable panels, minimal mode, auto-refresh (60 seconds when collapsed, 10 seconds when expanded), and retention of the last successful data on failure. The plugin does not interfere with the model request path, with no token injection or impact on tool modes. Usage requires configuring
Read Moredsh-go-rotator: OpenCode Go Subscription Key Rotation for DeepSeek Harness
dsh-go-rotator is an open-source plugin designed for DeepSeek Harness (dsh), aimed at addressing the management challenges of multiple OpenCode Go subscription keys. It provides load balancing, automatic rotation, and quota management features, resolving active keys at request time via `apiKeyEnv` to distribute load. When encountering rate limiting, quota exhaustion, or authentication errors, the plugin automatically cools down the current key and switches to other available keys to ensure service continuity. Additionally, the plugin supports cost estimation based on tokens, records rolling window and long-term ledger data, and allows monitoring of status through a web interface or local API. Its built-in quota watchdog can fetch real-time data from the Dashboard and automatically disable keys when thresholds are breached. The plugin stores self-contained data in a local `data/` directory, ensuring key security without writing to logs.
Read Moredsh-opencode-go-usage: OpenCode Go Usage Observability Plugin for DeepSeek Harness
`dsh-opencode-go-usage` is a Web-GUI plugin that provides usage observation for OpenCode Go model quotas within DeepSeek Harness (DSH). It adds a section to the settings sidebar, displaying usage percentages, quota limits, and reset times for 5-hour, weekly, and monthly allowances. The plugin supports viewing DSH session details, with drill-down capabilities to token usage for individual model calls, and statistics on cache hit rates for both sessions and individual calls. Additionally, it offers model-grouped filtering and aggregate comparisons, a bilingual interface toggle between Chinese and English, and a persistent quota widget below the input box that changes color in real time. The plugin retrieves data by calling the OpenCode Go API, featuring data freshness indicators and a diagnostic section to display request status. Users can install it from GitHub or locally, and configure it accordingly.
Read MoreDSH-OpenCode-Go-Usage: Displaying OpenCode Go Usage Above the DSH Web Input Box
`dsh-opencode-go-usage` is a lightweight extension plugin designed specifically for the DeepSeek Harness (DSH) web profile. It addresses the issue faced by OpenCode Go subscription users who find it difficult to monitor their usage limits in real-time within the conversation interface. This plugin displays a usage chip above the input field, providing real-time visualization of the remaining proportions and reset countdowns across three windows: a 5-hour rolling period, weekly, and monthly usage. It supports color-coded alerts based on thresholds (≥80% in yellow for warnings, ≥90% in red for errors) and shows the data update time. The plugin features a 10-second polling mechanism, a 300-second host-side cache, and failure cooldown functionality, and it automatically appears only when the current session utilizes the `opencode-go` provider. Users can customize settings via a built-in editor or environment variables.
Read Moredsh-ocgo-lite: OpenCode Go Usage Persistent Bar
dsh-ocgo-lite is a DSH client plugin maintained by OK-wx, designed to remain visible in the Composer Dock. It displays the remaining balance circle for the OpenCode Go plan, token consumption, and estimated costs based on official pricing. It supports three statistical scopes: All, Current Session, and Recent Conversations, with model-linked statistics, session-level configuration memory, 30-second seamless refresh, and incremental log reading. It also offers one-click API Key copying and an opencode_go_usage tool. Installation: dsh plugin --profile web add github:OK-wx/dsh-ocgo-lite. Requires Node.js ≥ 22.5 and local OpenCode Go login. Licensed under MIT.
Read Moredsh-opencode-go-usage: OpenCode Go Usage and Cost Floating Dashboard
dsh-opencode-go-usage is a DSH client plugin that offers a draggable floating panel in the desktop bottom-right corner, summarizing OpenCode Go official usage.list account details, rolling/weekly/monthly quotas, and DSH session cost analysis. It supports multi-key quota pools, model ranking, 7/14/30-day trends, and CSV export, with data processed locally. Installation is available via bundle or dynamic loading; initial setup requires manual configuration of the auth Cookie and workspaceId.
Read More